runtime.sudog.g (field)
17 uses
runtime (current package)
chan.go#L248: mysg.g = gp
chan.go#L315: gp := sg.g
chan.go#L391: gp := sg.g
chan.go#L410: gp := sg.g
chan.go#L573: mysg.g = gp
chan.go#L647: gp := sg.g
chan.go#L794: if sgp.isSelect && !sgp.g.selectDone.CompareAndSwap(0, 1) {
chan.go#L813: raceacquireg(sg.g, chanbuf(c, 0))
chan.go#L814: racereleaseg(sg.g, chanbuf(c, 0))
chan.go#L841: raceacquireg(sg.g, qp)
chan.go#L842: racereleaseg(sg.g, qp)
chan.go#L848: racereleaseacquireg(sg.g, qp)
runtime2.go#L360: g *g
select.go#L299: sg.g = gp
sema.go#L99: goready(s.g, traceskip)
sema.go#L247: s.g = getg()
sema.go#L513: s.g = getg()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |